projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d2fbe
)
Added missing import socket statement.
author
emellor@ewan
<emellor@ewan>
Tue, 27 Sep 2005 11:29:36 +0000
(12:29 +0100)
committer
emellor@ewan
<emellor@ewan>
Tue, 27 Sep 2005 11:29:36 +0000
(12:29 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/web/http.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/web/http.py
b/tools/python/xen/web/http.py
index 36c7ecfec16fd76bf23cd52633996b9bf27b6ba5..5cabb95e248edc435696af9ceebad547d8a8f2b1 100644
(file)
--- a/
tools/python/xen/web/http.py
+++ b/
tools/python/xen/web/http.py
@@
-22,6
+22,7
@@
from mimetools import Message
from cStringIO import StringIO
import math
+import socket
import time
import cgi